1.1.6.9. security.insecureAPI.mktemp (C)
Warn on uses of the mktemp function.

Examples:

void test() {
  char *x = mktemp("/tmp/zxcv"); // warn: insecure, use mkstemp
}